home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / dev / c / ExtrasLib.lha / ExtrasLib / Include / Extras / macros.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-30  |  352 b   |  21 lines

  1. #ifndef EXTRAS_MACROS_H
  2. #define EXTRAS_MACROS_H
  3.  
  4. #ifndef EXTRAS_MACROS_INTUITION_H
  5. #include <extras/macros/intuition.h>
  6. #endif
  7.  
  8. #ifndef EXTRAS_MACROS_EXEC_H
  9. #include <extras/macros/exec.h>
  10. #endif
  11.  
  12. #ifndef EXTRAS_MACROS_EXTRAS_H
  13. #include <extras/macros/extras.h>
  14. #endif
  15.  
  16. #ifndef EXTRAS_MACROS_UTILITY_H
  17. #include <extras/macros/utility.h>
  18. #endif
  19.  
  20. #endif
  21.